home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000034_jaltman2@nyc.rr.com_Thu May 1 09:10:41 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
46 lines
Article: 14250 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: ftp: SSL/TLS connect COMMAND error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong
version number
References: <8ba3a1cf.0304301226.40e22c0a@posting.google.com> <ztWra.28269$su3.3348850@twister.nyc.rr.com>
In-Reply-To: <ztWra.28269$su3.3348850@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 22
Message-ID: <MR_ra.35867$7M5.3506077@twister.nyc.rr.com>
Date: Thu, 01 May 2003 01:35:40 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1051752940 66.108.138.151 (Wed, 30 Apr 2003 21:35:40 EDT)
NNTP-Posting-Date: Wed, 30 Apr 2003 21:35:40 EDT
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14250
I spent some time tonight testing Kermit's implementation of FTP AUTH
{SSL, TLS} against the wide variety of WS_FTP servers available as
ftp1.ipswitch.com
.
.
.
ftp6.ipswitch.com
My conclusion is that the WS_FTP implementation of AUTH SSL and AUTH TLS
is quite buggy. I was able to test a variety of versions of WS_FTP from
3.0 to 3.1.4 to 4.0.0. In all of the cases I was able to periodicly
establish connections to these servers using SSLv3. However, more often
then not after the SSLv3 client hello packet was sent to WS_FTP the
server hello packet was never returned. Eventually the connection would
timeout and an incorrect version error would be reported by Kermit. The
reason the version was incorrect was that the connection was dropped.
There is nothing that can be done about this problem from within the
client. Kermit is doing the correct thing. The server just appears to
be broken.